Skip to main content

useChartContext

useChartContext

useChartContext(props: Omit< CustomChartContextProps, "renderChart" > ) : ChartContextProps

A custom hook to manage the Chart Context state and provide necessary chart-related functionality.

Function Parameters

props:::

The custom chart context properties to initialize the chart context.

Returns

ChartContextProps

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/react/use-custom-chart-context.tsx#L42

--